EMT Practice Test

1. Question Content...


Question List

Question1: Which action, if any, can be taken to change the URL key of the product?

Question2: A new custom module is built for the existing Adobe Commerce store. A merchant has requested a few frontend updates. For this, a developer has to implement a custom style.
What is the location of the less file that will be included by default?

Question3: How should a record be removed from a database which is using a model that was inherited from the
\Magento\Framework\Model\AbstractModel class?

Question4: What are the only writeable folders in the application root on a remote Adobe Commerce Cloud project?

Question5: Which has its own root category?

Question6: A developer defined a new table in db.schema.xml while creating a new module.
What should be done to allow the removal of columns from the database when deleting them from db.schema.xml?

Question7: What folder would a developer place a custom patch on an Adobe Commerce Cloud project to have it automatically applied during the build phase?

Question8: Which command can be used to display a full list of enabled and disabled Magento modules?

Question9: A developer would like to initialize a theme in Adobe Commerce. Which two files are required to complete this task? (Choose two.)

Question10: Which action, if any, should be taken to enable filtering by attribute in the category's layered navigation?

Question11: A product has been added to the Adobe Commerce Store, and it contains a value for the custom product attribute. A merchant reports that the attribute value is not displayed in the Additional Information tab on the product detail page.
Which action will correct this problem?

Question12: Which is a correct CMS content element in Adobe Commerce?

Question13: Which file on an Adobe Commerce Cloud project allows a developer to upgrade the PHP version and enable/disable a PHP extension?

Question14: Which two attribute input types can be used for a date? (Choose two.)

Question15: A developer wants to deploy a new release to the Adobe Commerce Cloud Staging environment, but first they need the latest code from Production.
What would the developer do to update the Staging environment?

Question16: Which index mode is valid?

Question17: What is one purpose of a customer data JS library?

Question18: Which two actions will the developer need to take to translate strings added in JS files? (Choose two.)

Question19: How would a developer access RabbitMQ data on an Adobe Commerce Cloud Production environment?

Question20: A custom theme Is being developed in the Adobe Commerce store, and the developer needs to override the current parent theme styles.
Which less file should the developer use to achieve this goal?

Question21: A developer is creating a class \Vendor\Module\Model\MyModeL How should that class be defined as transient in di.xml?

Question22: Which theme directory contains the static files that can be loaded directly?

Question23: Which Adobe Commerce table stores all cron data?

Question24: Which price type should be used if the developer wants to provide a discount for a product based on quantity, for example, being able to buy two for X amount each?

Question25: Which CLI command should be used to determine that static content signing is enabled?

Question26: A developer is tasked with creating a new feature in an Adobe Commerce Cloud project. The developer decides to create an integration environment for a better development process.
Which Cloud CLI for Commerce command would the developer use?

Question27: Which command should be used to refresh the cache using the command line?

Question28: How can a custom CMS Page be set as a store home page?

Question29: Which log file would help a developer to investigate 503 errors caused by traffic or insufficient server resources on an Adobe Commerce Cloud project?

Question30: Which CLI command should be used to determine that static content signing is enabled?

Question31: Which file should a developer use to set the default value when creating configuration fields for admin?

Question32: Which method type can be intercepted by plugins?

Question33: A developer found a bug inside a private method of a third party module class. How can the developer override the method?